home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Drivers / Uforce_v1_00.lha / timer.h < prev    next >
C/C++ Source or Header  |  1992-03-24  |  343b  |  22 lines

  1. /*
  2.  
  3.  timer.h - Prototypes for functions in timer.c
  4.  
  5.  Ethan Dicks  <erd@kumiss.UUCP>
  6.  
  7.  Version 1.0  24-Mar-1992
  8.  
  9. */
  10.  
  11. #ifndef TIMER_H_INCLUDE
  12. #define TIMER_H_INCLUDE
  13.  
  14. void closetimer( void );
  15. void fatal( char * );
  16. void timerhandler( void );
  17. void timersleep( long );
  18. void opentimer( void );
  19. void closetimer( void );
  20.  
  21. #endif /* TIMER_H_INCLUDE */
  22.